home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / profile / styles / user / altdebugger.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  1.3 KB  |  43 lines

  1. @charset "utf-8";
  2. /*    Name: -332511012 */
  3. /*    AREA and IMG Alt Attribute Debugger
  4.     Catches images and areas with no ALT, empty ALT, and dummy ALT 
  5.     attributes. Images and areas with missing or invalid ALT attributes 
  6.     are highlighted with a blue outline.
  7.     Copyright 2007 Opera Software */
  8. html::before {
  9.     content: -o-language-string(-1197772896) !important;
  10.     font-size: 20px !important;
  11.     font-weight: bold !important;
  12.     text-align: center !important;
  13.     color: rgb(226,228,235) !important;
  14.     background-color: rgb(46,61,77) !important;
  15.     padding: 5px 0 !important;
  16.     margin: 0 !important;
  17.     border: none !important;
  18.     width: 100% !important;
  19.     float: none !important;
  20.     position: static !important;
  21.     display: inline-block !important;
  22. }
  23. html {
  24.     color: rgb(30,30,30) !important;
  25.     background-color: rgb(250,250,250) !important;
  26.     padding: 0 !important;
  27.     margin: 0 !important;
  28.     border: none !important;
  29.     width: auto !important;
  30.     max-width: none !important;
  31.     display: block !important;
  32. }
  33. html * {
  34.     visibility: hidden !important;
  35. }
  36. html area, html img {visibility: visible !important;}
  37. html area[alt], html img[alt] {visibility: hidden !important;}
  38. html area[alt="*"], html area[alt=""], html img[alt="*"], html img[alt=""], 
  39. html img[alt^=" "] {
  40.     outline: 4px solid rgb(51,102,204) !important;
  41.     visibility: visible !important;
  42. }
  43.